Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

Latest commit

 

History

History
9 lines (6 loc) · 196 Bytes

12.2 - 回调函数.md

File metadata and controls

9 lines (6 loc) · 196 Bytes

回调函数

UDP客户端

UDP没有连接和关闭的概念,因此

  • onConnect事件会在UDP客户端创建后立即执行
  • onClose事件会在UDP客户端close时立即执行